time.Location.name (field)
10 uses
time (current package)
format.go#L607: buf = append(buf, quote(loc.name)...)
zoneinfo.go#L20: name string
zoneinfo.go#L72: var utcLoc = Location{name: "UTC"}
zoneinfo.go#L100: return l.get().name
zoneinfo.go#L128: name: name,
zoneinfo_read.go#L317: l := &Location{zone: zones, tx: tx, name: name, extend: extend}
zoneinfo_unix.go#L42: localLoc.name = "Local"
zoneinfo_unix.go#L53: localLoc.name = "Local"
zoneinfo_unix.go#L55: localLoc.name = tz
zoneinfo_unix.go#L68: localLoc.name = "UTC"
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |